home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / ROWLST.PAK / ROWLIST.RC < prev    next >
Text File  |  1997-05-06  |  11KB  |  363 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\RowList.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\RowList.ico"
  69. IDR_ROWLISTYPE          ICON    DISCARDABLE     "res\\RListDoc.ico"
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Bitmap
  74. //
  75.  
  76. IDB_SMALLICONS          BITMAP  FIXED IMPURE    "res\\smallico.bmp"
  77. IDB_LARGEICONS          BITMAP  FIXED IMPURE    "res\\largeico.bmp"
  78. IDB_STATEICONS          BITMAP  DISCARDABLE     "res\\stateico.bmp"
  79. IDR_MAINFRAME           BITMAP  DISCARDABLE     "res\\Toolbar.bmp"
  80.  
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // Toolbar
  84. //
  85.  
  86. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  87. BEGIN
  88.     BUTTON      ID_VIEW_LARGEICONS
  89.     BUTTON      ID_VIEW_SMALLICONS
  90.     BUTTON      ID_VIEW_LIST
  91.     BUTTON      ID_VIEW_DETAILS
  92.     BUTTON      ID_VIEW_ROWDETAILS
  93.     SEPARATOR
  94.     BUTTON      ID_VIEW_STATEICONS
  95.     BUTTON      ID_VIEW_CLIENTWIDTHSEL
  96.     SEPARATOR
  97.     BUTTON      ID_APP_ABOUT
  98. END
  99.  
  100.  
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // Menu
  104. //
  105.  
  106. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  107. BEGIN
  108.     POPUP "&File"
  109.     BEGIN
  110.         MENUITEM "E&xit",                       ID_APP_EXIT
  111.     END
  112.     POPUP "&View"
  113.     BEGIN
  114.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  115.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  116.         MENUITEM SEPARATOR
  117.         MENUITEM "Lar&ge Icons",                ID_VIEW_LARGEICONS
  118.         MENUITEM "S&mall Icons",                ID_VIEW_SMALLICONS
  119.         MENUITEM "&List",                       ID_VIEW_LIST
  120.         MENUITEM "&Details",                    ID_VIEW_DETAILS
  121.         MENUITEM "Full &Row Details",           ID_VIEW_ROWDETAILS
  122.         MENUITEM SEPARATOR
  123.         MENUITEM "State &Icons",                ID_VIEW_STATEICONS
  124.         MENUITEM "&Client Width Selection",     ID_VIEW_CLIENTWIDTHSEL
  125.     END
  126.     POPUP "&Help"
  127.     BEGIN
  128.         MENUITEM "&About RowList...",           ID_APP_ABOUT
  129.     END
  130. END
  131.  
  132.  
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Dialog
  136. //
  137.  
  138. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  139. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  140. CAPTION "About RowList"
  141. FONT 8, "MS Sans Serif"
  142. BEGIN
  143.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  144.     LTEXT           "RowList Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  145.     LTEXT           "Copyright ⌐ 1996",IDC_STATIC,40,25,119,8
  146.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  147. END
  148.  
  149.  
  150. #ifndef _MAC
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // Version
  154. //
  155.  
  156. VS_VERSION_INFO VERSIONINFO
  157.  FILEVERSION 1,0,0,1
  158.  PRODUCTVERSION 1,0,0,1
  159.  FILEFLAGSMASK 0x3fL
  160. #ifdef _DEBUG
  161.  FILEFLAGS 0x1L
  162. #else
  163.  FILEFLAGS 0x0L
  164. #endif
  165.  FILEOS 0x4L
  166.  FILETYPE 0x1L
  167.  FILESUBTYPE 0x0L
  168. BEGIN
  169.     BLOCK "StringFileInfo"
  170.     BEGIN
  171.         BLOCK "040904b0"
  172.         BEGIN
  173.             VALUE "Comments", "Written by Nenad Stefanovic\0"
  174.             VALUE "CompanyName", "Microsoft\0"
  175.             VALUE "FileDescription", "ROWLIST MFC Application\0"
  176.             VALUE "FileVersion", "1, 0, 0, 1\0"
  177.             VALUE "InternalName", "ROWLIST\0"
  178.             VALUE "LegalCopyright", "Copyright ⌐ 1995\0"
  179.             VALUE "OriginalFilename", "ROWLIST.EXE\0"
  180.             VALUE "ProductName", "ROWLIST Application\0"
  181.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  182.         END
  183.     END
  184.     BLOCK "VarFileInfo"
  185.     BEGIN
  186.         VALUE "Translation", 0x409, 1200
  187.     END
  188. END
  189.  
  190. #endif    // !_MAC
  191.  
  192.  
  193. /////////////////////////////////////////////////////////////////////////////
  194. //
  195. // DESIGNINFO
  196. //
  197.  
  198. #ifdef APSTUDIO_INVOKED
  199. GUIDELINES DESIGNINFO DISCARDABLE 
  200. BEGIN
  201.     IDD_ABOUTBOX, DIALOG
  202.     BEGIN
  203.         LEFTMARGIN, 7
  204.         RIGHTMARGIN, 210
  205.         TOPMARGIN, 7
  206.         BOTTOMMARGIN, 48
  207.     END
  208. END
  209. #endif    // APSTUDIO_INVOKED
  210.  
  211.  
  212. /////////////////////////////////////////////////////////////////////////////
  213. //
  214. // String Table
  215. //
  216.  
  217. STRINGTABLE PRELOAD DISCARDABLE 
  218. BEGIN
  219.     IDR_MAINFRAME           "RowList Sample Application\n\nRowLis\n\n\nRowList.Document\nRowLis Document"
  220. END
  221.  
  222. STRINGTABLE PRELOAD DISCARDABLE 
  223. BEGIN
  224.     AFX_IDS_APP_TITLE       "RowList"
  225.     AFX_IDS_IDLEMESSAGE     "Ready"
  226. END
  227.  
  228. STRINGTABLE DISCARDABLE 
  229. BEGIN
  230.     ID_INDICATOR_EXT        "EXT"
  231.     ID_INDICATOR_CAPS       "CAP"
  232.     ID_INDICATOR_NUM        "NUM"
  233.     ID_INDICATOR_SCRL       "SCRL"
  234.     ID_INDICATOR_OVR        "OVR"
  235.     ID_INDICATOR_REC        "REC"
  236. END
  237.  
  238. STRINGTABLE DISCARDABLE 
  239. BEGIN
  240.     ID_FILE_NEW             "Create a new document\nNew"
  241.     ID_FILE_OPEN            "Open an existing document\nOpen"
  242.     ID_FILE_CLOSE           "Close the active document\nClose"
  243.     ID_FILE_SAVE            "Save the active document\nSave"
  244.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  245. END
  246.  
  247. STRINGTABLE DISCARDABLE 
  248. BEGIN
  249.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  250.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  251. END
  252.  
  253. STRINGTABLE DISCARDABLE 
  254. BEGIN
  255.     ID_FILE_MRU_FILE1       "Open this document"
  256.     ID_FILE_MRU_FILE2       "Open this document"
  257.     ID_FILE_MRU_FILE3       "Open this document"
  258.     ID_FILE_MRU_FILE4       "Open this document"
  259.     ID_FILE_MRU_FILE5       "Open this document"
  260.     ID_FILE_MRU_FILE6       "Open this document"
  261.     ID_FILE_MRU_FILE7       "Open this document"
  262.     ID_FILE_MRU_FILE8       "Open this document"
  263.     ID_FILE_MRU_FILE9       "Open this document"
  264.     ID_FILE_MRU_FILE10      "Open this document"
  265.     ID_FILE_MRU_FILE11      "Open this document"
  266.     ID_FILE_MRU_FILE12      "Open this document"
  267.     ID_FILE_MRU_FILE13      "Open this document"
  268.     ID_FILE_MRU_FILE14      "Open this document"
  269.     ID_FILE_MRU_FILE15      "Open this document"
  270.     ID_FILE_MRU_FILE16      "Open this document"
  271. END
  272.  
  273. STRINGTABLE DISCARDABLE 
  274. BEGIN
  275.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  276.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  277. END
  278.  
  279. STRINGTABLE DISCARDABLE 
  280. BEGIN
  281.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  282. END
  283.  
  284. STRINGTABLE DISCARDABLE 
  285. BEGIN
  286.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  287.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  288.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  289.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  290.     ID_EDIT_FIND            "Find the specified text\nFind"
  291.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  292.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  293.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  294.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  295.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  296.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  297. END
  298.  
  299. STRINGTABLE DISCARDABLE 
  300. BEGIN
  301.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  302.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  303. END
  304.  
  305. STRINGTABLE DISCARDABLE 
  306. BEGIN
  307.     AFX_IDS_SCSIZE          "Change the window size"
  308.     AFX_IDS_SCMOVE          "Change the window position"
  309.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  310.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  311.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  312.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  313.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  314. END
  315.  
  316. STRINGTABLE DISCARDABLE 
  317. BEGIN
  318.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  319.     AFX_IDS_SCTASKLIST      "Activate Task List"
  320. END
  321.  
  322. STRINGTABLE DISCARDABLE 
  323. BEGIN
  324.     ID_VIEW_LARGEICONS      "Displays items by using large icons.\nLarge Icons"
  325.     ID_VIEW_SMALLICONS      "Displays items by using small icons.\nSmall Icons"
  326.     ID_VIEW_LIST            "Displays items in a list.\nList"
  327.     ID_VIEW_DETAILS         "Displays information about each item in a window.\nDetails"
  328.     ID_VIEW_ROWDETAILS      "Displays items details in a window, using the full row selection.\nFull Row Details"
  329.     ID_VIEW_STATEICONS      "Show or hide state icons\nToggle State Icons"
  330. END
  331.  
  332. STRINGTABLE DISCARDABLE 
  333. BEGIN
  334.     ID_VIEW_CLIENTWIDTHSEL  "Extend the selection to match the client area width\nClient Width Sel"
  335. END
  336.  
  337. #endif    // English (U.S.) resources
  338. /////////////////////////////////////////////////////////////////////////////
  339.  
  340.  
  341.  
  342. #ifndef APSTUDIO_INVOKED
  343. /////////////////////////////////////////////////////////////////////////////
  344. //
  345. // Generated from the TEXTINCLUDE 3 resource.
  346. //
  347. #define _AFX_NO_SPLITTER_RESOURCES
  348. #define _AFX_NO_OLE_RESOURCES
  349. #define _AFX_NO_TRACKER_RESOURCES
  350. #define _AFX_NO_PROPERTY_RESOURCES
  351.  
  352. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  353. #ifdef _WIN32
  354. LANGUAGE 9, 1
  355. #pragma code_page(1252)
  356. #endif
  357. #include "res\RowList.rc2"  // non-Microsoft Visual C++ edited resources
  358. #include "afxres.rc"         // Standard components
  359. #endif
  360. /////////////////////////////////////////////////////////////////////////////
  361. #endif    // not APSTUDIO_INVOKED
  362.  
  363.